home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / audacity / audacity-win-unicode-1.3.2.exe / {app} / Plug-Ins / crossfadeout.ny < prev    next >
Text File  |  2006-10-25  |  214b  |  9 lines

  1. ;nyquist plug-in
  2. ;version 2
  3. ;type process
  4. ;name "Cross Fade Out"
  5. ;action "Cross-Fading Out..."
  6. (mult s (snd-exp
  7.           (snd-scale 0.5 (snd-log
  8.                           (sum 1 (snd-scale -1 (ramp)))))))
  9.